DSH 插件 dsh-timed-goal:在任意对话中配置定时 /goal 任务
dsh-timed-goal 是一款面向 DSH Web 的 MIT 许可插件,由 gfds2005 开发,用于在指定时刻自动触发预设提示词。该插件支持按对话配置任务,用户可设定绝对时间(本地或 UTC),到点后自动以默认全权限(full access)或受限的工作区写权限执行 goal。功能包括每日重复执行、限制自主运行轮数、任务编辑与状态管理,以及跨会话任务总览。界面支持中英文双语,提供斜杠命令(如 /timed-goal add)和浏览器管理面板两种操作方式。安装需 DSH web profile 及 Node.js 18+,通过 dsh plugin 命令添加并重启生效。配置数据保存在
Read Moredsh-polling:给 DeepSeek Harness 增加轮询与定时任务能力
dsh-polling 是 DeepSeek Harness 的一款 MIT 许可插件,旨在将自然语言描述的重复任务转化为 Cron 驱动的定时轮询任务。它支持通过自然语言创建、编辑和管理任务,适用于定期检查文件夹、网页、抓取数据、生成日报周报及执行脚本等场景。 核心功能包括:使用自然语言描述任务需求,插件通过内置模型工具自动解析;任务在独立真实会话中执行,不中断当前对话,支持多种执行模式;提供 Web UI 界面,便于用户查看任务列表、搜索、立即执行、启停及删除任务。调度机制具备智能补跑功能(错过时间后启动时补跑最近一次)及防重叠机制(任务运行中新触发将被跳过)。 安装需具备 dsh CLI
Read Moredsh-cron:为 DSH Automation 提供持久化 calendar 触发器
omdsh-dev/dsh-cron 是一款 MIT 许可证的 DSH 插件,定位为持久化 calendar 触发器,旨在将一次性或重复的计划事件转换为幂等的新会话 Runs,但自身不执行 Agent 回合。该插件支持五分钟字段 cron、RFC 3339 一次性时间戳及 IANA 时区计算,并为每次计划生成持久化记录。对于错过的重复任务,采用 latest-only catch-up 机制,仅补跑最新一次而不重放更早积压。 功能上,插件通过 dsh.client manifest 提供浏览器任务中心,支持 headless profiles 的 tools、commands 和 RPC。它提
Read Morechicheng-cron:DeepSeek Harness(dsh web)定时任务插件
chicheng-cron 是 DeepSeek Harness (dsh web) 的定时任务插件,旨在将系统 crontab 等外部调度任务整合至 dsh web 侧栏入口,实现任务的集中配置、执行、查看与通知。该插件支持 Shell、Python、Node.js 脚本以及 Skill 和 Agent 任务的定时执行,兼容标准 cron 表达式及多种预设周期,并使用本地时间计算。核心功能包括对接 chicheng-push 进行推送通知、将 Agent/Skill 会话归入“定时任务”工作区并支持自动归档、记录详细执行历史(状态、耗时、输出等)以及移动端适配。数据存储在本地 $DSH_HO
Read Moredsh-timer-agent:DSH 定时任务与 Agent 会话插件
dsh-timer-agent 是 DSH Web GUI 的一个 MIT 许可插件,由 LouisHaoL 维护,旨在提供 host 常驻的定时任务引擎。其核心优势在于 `dsh web` 服务启动后即使关闭浏览器 GUI 也能照常触发任务。该插件支持 5 段 cron 调度,任务目标可指定为已有会话、特定项目工作目录或默认工作空间,确保保留上下文。它提供 Web GUI 管理面板和 `timer_agent` 模型工具,允许用户在对话中直接创建、修改、暂停或删除任务。除 AI Agent 任务外,还支持普通命令任务,可直接执行脚本并记录输出与退出码,不消耗 API 额度。安装需通过本地绝对
Read Moredsh-schedule: A Scheduled Task and Status Monitoring Plugin for DSH
`csiroqa/dsh-schedule` is an MIT-licensed plugin developed for DeepSeek Harness (DSH), integrating scheduled task execution and system status monitoring functionality. It supports automatically triggering Agent executions such as daily summaries, inspections, or report generation through 5-field cron expressions, with task status persistently stored and a 30-minute timeout protection mechanism to prevent hangs. Users can add, delete, pause, and resume tasks via the `/schedule` command or the settings page dashboard. In terms of monitoring, the plugin provides a `/status` command and a real-time refresh dashboard, displaying comprehensive status including CPU, memory, disk, active sessions, and models. Installation requires Node.js >= 22 and pnpm environment, with source code cloned and built.
Read Moredsh-automation: Run Scheduled Coding Tasks in a Fresh Agent Session
TitanWings/dsh-automation is a workflow plugin for the DSH community (v0.1.7, MIT). Unlike Core Schedule, which resumes the same session, it creates a brand-new root Agent and Session for each dispatch, executes saved standalone tasks, and records definition revisions and run history. It supports management of single, interval, daily, and weekly rules through both the DSH Web and Agent interfaces, with permissions limited to read-only or workspace-write. Installation: Use `dsh plugin --profile web add github:titanwings/dsh-automation#v0.1.7` and restart the DSH web service to begin using it.
Read MoreUse dsh-automation to let DeepSeek Harness run independent coding tasks on a schedule
DSH-automation is a DeepSeek Harness community plugin maintained by Titanwings, licensed under MIT, with the current version 0.1.5. It saves self-contained coding tasks, execution plans and permission boundaries, and executes them in a brand-new root Agent and Session every time the expiration date is reached, leaving auditable records. Users can create, pause, run immediately and view rules on the "Automation" page of DSH Web or through Agent tools; the permissions only allow read-only or workspace-write. This article checks the installation commands, usage and security boundaries against the directory page and GitHub README.
Read More